shared library - определение. Что такое shared library
Diclib.com
Словарь онлайн

Что (кто) такое shared library - определение

COLLECTION OF NON-VOLATILE RESOURCES USED BY COMPUTER PROGRAMS, OFTEN FOR SOFTWARE DEVELOPMENT
Library linking; Shared library; Library Linking (Computer Science); Code library; Software library; Software libraries; Library (software); Programming library; Library routine; Shared object; Shared libraries; Subroutine library; Program library; Program libraries; Native library; Shared Library; System library; Class library; Application program library; Computer library; Function library; Library (computer science); Object library; Software libary; Programmer libraries; Software Library; Code generation library; Code generation libraries; Shared library form; Code package; Programming libraries; Reusable library; Stub in Linux; Software dependency; Library function; .dylib; Shared lib; Smart linking; Smart linker
  • A woman working next to a filing cabinet containing the subroutine library on reels of punched tape for the EDSAC computer.

class library         
<programming> A library of reusable classes for use with an object-oriented programming system. (1994-12-05)
Shared universe         
  • Fawcett]] "universe".
FICTIONAL UNIVERSE IN WHICH WORKS WRITTEN BY MULTIPLE WRITERS ARE SET
Shared world; Shared fictional universe; Combined universe; Shared Universe; List of shared universes; Cinematic universe; Shared uiniverse; Film universe; Television universe
A shared universe or shared world is a fictional universe from a set of creative works where more than one writer (or other artist) independently contributes a work that can stand alone but fits into the joint development of the storyline, characters, or world of the overall project. It is common in genres like science fiction.
Shared Source Initiative         
TERM COVERING SOME OF MICROSOFT'S LEGAL MECHANISMS FOR SOFTWARE SOURCE CODE DISTRIBUTION
Shared Source; Shared-source; Ms-PL; Ms-RL; Microsoft Public License; Microsoft Reciprocal License; Microsoft Public Licence; MS-PL; Ms-RSL; Microsoft Reference Source License; Microsoft Limited Public License; Shared source; Microsoft Shared Source Initiative; Shared source software; Ms-LPL; Microsoft Limited Reciprocal License; Ms-LRL; Microsoft Shared Source Common Language Infrastructure license
The Shared Source Initiative (SSI) is a source-available software licensing scheme launched by Microsoft in May 2001. The program includes a spectrum of technologies and licenses, and most of its source code offerings are available for download after eligibility criteria are met.

Википедия

Library (computing)

In computer science, a library is a collection of non-volatile resources used by computer programs, often for software development. These may include configuration data, documentation, help data, message templates, pre-written code and subroutines, classes, values or type specifications. In IBM's OS/360 and its successors they are referred to as partitioned data sets.

A library is also a collection of implementations of behavior, written in terms of a language, that has a well-defined interface by which the behavior is invoked. For instance, people who want to write a higher-level program can use a library to make system calls instead of implementing those system calls over and over again. In addition, the behavior is provided for reuse by multiple independent programs. A program invokes the library-provided behavior via a mechanism of the language. For example, in a simple imperative language such as C, the behavior in a library is invoked by using C's normal function-call. What distinguishes the call as being to a library function, versus being to another function in the same program, is the way that the code is organized in the system.

Library code is organized in such a way that it can be used by multiple programs that have no connection to each other, while code that is part of a program is organized to be used only within that one program. This distinction can gain a hierarchical notion when a program grows large, such as a multi-million-line program. In that case, there may be internal libraries that are reused by independent sub-portions of the large program. The distinguishing feature is that a library is organized for the purposes of being reused by independent programs or sub-programs, and the user only needs to know the interface and not the internal details of the library.

The value of a library lies in the reuse of standardized program elements. When a program invokes a library, it gains the behavior implemented inside that library without having to implement that behavior itself. Libraries encourage the sharing of code in a modular fashion and ease the distribution of the code.

The behavior implemented by a library can be connected to the invoking program at different program lifecycle phases. If the code of the library is accessed during the build of the invoking program, then the library is called a static library. An alternative is to build the executable of the invoking program and distribute that, independently of the library implementation. The library behavior is connected after the executable has been invoked to be executed, either as part of the process of starting the execution, or in the middle of execution. In this case the library is called a dynamic library (loaded at runtime). A dynamic library can be loaded and linked when preparing a program for execution, by the linker. Alternatively, in the middle of execution, an application may explicitly request that a module be loaded.

Most compiled languages have a standard library, although programmers can also create their own custom libraries. Most modern software systems provide libraries that implement the majority of the system services. Such libraries have organized the services which a modern application requires. As such, most code used by modern applications is provided in these system libraries.

Примеры произношения для shared library
1. to go online, access a freely shared library
ted-talks_1749_AlastairParvin_2013-320k